home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / motifpg2.zip / XMenu4 < prev    next >
Text File  |  1992-07-03  |  2KB  |  60 lines

  1. !
  2. ! Appearance resources
  3. !
  4. *pshell.Box.hSpace: 0
  5. *pshell.Box.vSpace: 0
  6. *subshell.Box.hSpace: 0
  7. *subshell.Box.vSpace: 0
  8. *menubox*width:  135
  9. *subbox*width:  135
  10. *Command.justify: left
  11. *quit*label:    Quit
  12. *pressme.label:    Invoke Menu
  13. *menulabel.label:  MAIN MENU
  14. *menupane0.label:  View Next
  15. *menupane1.label:  View Previous
  16. *menupane2.label:  Delete
  17. *menupane3.label:  Move
  18. *menupane4.label:  Unmark
  19. *menupane5.label:  Copy To ==>
  20. *menupane6.label:  View In New
  21. *menupane7.label:  Reply
  22. *menupane8.label:  Forward
  23. *menupane9.label:  Use As Comp
  24. *sublabel.label:  SUB MENU
  25. *subpane0.label:  Xnews folder
  26. *subpane1.label:  Xt folder
  27. *subpane2.label:  Xlib folder
  28. *subpane3.label:  Xconsortium folder
  29. *subpane4.label:  Xaw folder
  30. *subpane5.label:  Drafts folder
  31. *subpane6.label:  Misc folder
  32. *subpane7.label:  Personal folder
  33. *subpane8.label:  Xprotocol folder
  34. *subpane9.label:  To Do List
  35. !
  36. !  Functional Resources
  37. !
  38. !  popping down both menus 
  39. *pshell.translations:\
  40.      <BtnUp>: XtMenuPopdown(subshell) XtMenuPopdown(pshell)  
  41. !  popping up main menu
  42. *pressme.translations: #replace\
  43.    <EnterWindow>:     highlight()             \n\
  44.    <LeaveWindow>:     reset()                 \n\
  45.    <BtnDown>:        set() XtMenuPopup(pshell) reset()
  46. ! Main Menu translations
  47. *menubox.Command.translations:\
  48.    <EnterWindow>:     highlight()             \n\
  49.    <LeaveWindow>:     reset()                 \n\
  50.    <BtnUp>:          set() notify() unset()
  51. *menubox.menupane5.translations:\
  52.    <LeaveWindow>:     checkRightAndPopupSubmenu()
  53. ! Sub Menu translations
  54. *subbox.translations:\
  55.    <LeaveWindow>:     popdownSubmenu(subbox) 
  56. *subbox.Command.translations:\
  57.    <EnterWindow>:     highlight()             \n\
  58.    <LeaveWindow>:     reset()                 \n\
  59.    <BtnUp>:          set() notify() unset()
  60.